Don't use g_idle_add to schedule idles in GDK
authorMatthias Clasen <mclasen@redhat.com>
Sat, 11 Sep 2010 02:28:55 +0000 (22:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 11 Sep 2010 02:32:44 +0000 (22:32 -0400)
commit08dd02fe255487f5c7953de9b2c8b63c2e937989
tree0490448a0940ee668f57e5497f9336dc314c3c8c
parentd3661589f461a5b292ec230aba280dbc55978d64
Don't use g_idle_add to schedule idles in GDK

We need to use gdk_threads_add_idle, in order to keep GDK code
under the GDK lock.

Bug 629277
gdk/gdkwindow.c